home *** CD-ROM | disk | FTP | other *** search
- SimpleImageView = {ACTIONS = {}; OUTLETS = {theImage = theImage; }; SUPERCLASS = View; };
- CameraController = {
- ACTIONS = {
- "adjustCameraSource:" = "adjustCameraSource:";
- "adjustGrabRect:" = "adjustGrabRect:";
- "adjustOutputFile:" = "adjustOutputFile:";
- "adjustSpeed:" = "adjustSpeed:";
- "baseFpsRateChanged:" = "baseFpsRateChanged:";
- "changeBrightness:" = "changeBrightness:";
- "changeGamma:" = "changeGamma:";
- "changeHue:" = "changeHue:";
- "changeSaturation:" = "changeSaturation:";
- "changeSharpness:" = "changeSharpness:";
- "grab:" = "grab:";
- "openVideoControls:" = "openVideoControls:";
- "showInfo:" = "showInfo:";
- "start:" = "start:";
- "startGrabbing:" = "startGrabbing:";
- "stop:" = "stop:";
- "stopGrabbing:" = "stopGrabbing:";
- "windowDidMove:" = "windowDidMove:";
- "windowDidResize:" = "windowDidResize:";
- "zoomIn:" = "zoomIn:";
- "zoomOut:" = "zoomOut:";
- };
- OUTLETS = {
- autoGrabButton = autoGrabButton;
- camera = camera;
- clipView = clipView;
- currentImage = currentImage;
- fpsBaseRateField = fpsBaseRateField;
- frameNumber = frameNumber;
- grabOriginXField = grabOriginXField;
- grabOriginYField = grabOriginYField;
- grabOutput = grabOutput;
- grabOutputField = grabOutputField;
- grabSizeHeightField = grabSizeHeightField;
- grabSizeWidthField = grabSizeWidthField;
- info = info;
- inputMatrix = inputMatrix;
- onOffButton = onOffButton;
- outputImage = outputImage;
- outputView = outputView;
- recButton = recButton;
- speedMatrix = speedMatrix;
- };
- SUPERCLASS = Object;
- };
- FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
-